home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1997 July / PC Pro July 1997.iso / essentia.ls / INTERNET / 32bit / Webpro / DATA.Z / WebEdit.exe / 0 / RCDATA / TFRMAPPLET / TFRMAPPLET.txt
Encoding:
Text File  |  1996-08-21  |  8.1 KB  |  363 lines

  1. object frmApplet: TfrmApplet
  2.   Left = 239
  3.   Top = 123
  4.   HelpContext = 173
  5.   BorderStyle = bsDialog
  6.   Caption = 'Applet'
  7.   ClientHeight = 225
  8.   ClientWidth = 466
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlInsert: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 456
  23.     Height = 186
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblAlignment: TLabel
  28.     Left = 250
  29.     Top = 131
  30.     Width = 46
  31.     Height = 13
  32.     Caption = 'Ali&gnment'
  33.     FocusControl = cmbAlign
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblWidth: TLabel
  41.     Left = 10
  42.     Top = 131
  43.     Width = 28
  44.     Height = 13
  45.     Caption = '&Width'
  46.     FocusControl = txtWidth
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblHeight: TLabel
  54.     Left = 135
  55.     Top = 131
  56.     Width = 31
  57.     Height = 13
  58.     Caption = '&Height'
  59.     FocusControl = txtHeight
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object lblHSpace: TLabel
  67.     Left = 10
  68.     Top = 159
  69.     Width = 39
  70.     Height = 13
  71.     Caption = 'HSpa&ce'
  72.     FocusControl = txtHSpace
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object lblVSpace: TLabel
  80.     Left = 135
  81.     Top = 159
  82.     Width = 38
  83.     Height = 13
  84.     Caption = '&VSpace'
  85.     FocusControl = txtVSpace
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object lblCode: TLabel
  93.     Left = 10
  94.     Top = 18
  95.     Width = 25
  96.     Height = 13
  97.     Caption = '&Code'
  98.     FocusControl = cmbCode
  99.   end
  100.   object lblCodeBase: TLabel
  101.     Left = 10
  102.     Top = 46
  103.     Width = 48
  104.     Height = 13
  105.     Caption = 'C&odebase'
  106.     FocusControl = cmbCodeBase
  107.   end
  108.   object lblName: TLabel
  109.     Left = 10
  110.     Top = 74
  111.     Width = 28
  112.     Height = 13
  113.     Caption = '&Name'
  114.     FocusControl = txtName
  115.   end
  116.   object lblAlt: TLabel
  117.     Left = 10
  118.     Top = 102
  119.     Width = 12
  120.     Height = 13
  121.     Caption = '&Alt'
  122.     FocusControl = txtAlt
  123.   end
  124.   object cmbAlign: TComboBox
  125.     Left = 301
  126.     Top = 129
  127.     Width = 68
  128.     Height = 21
  129.     Hint = 'Alignment of applet'
  130.     Style = csDropDownList
  131.     Font.Color = clBlack
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ItemHeight = 13
  136.     Items.Strings = (
  137.       'default'
  138.       'absbottom'
  139.       'absmiddle'
  140.       'baseline'
  141.       'bleedleft'
  142.       'bleedright'
  143.       'bottom'
  144.       'left'
  145.       'middle'
  146.       'right'
  147.       'text'
  148.       'top')
  149.     ParentFont = False
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 8
  153.   end
  154.   object txtHeight: TMaskEdit
  155.     Left = 178
  156.     Top = 129
  157.     Width = 63
  158.     Height = 21
  159.     Hint = 'Height in units'
  160.     Font.Color = clBlack
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     MaxLength = 0
  165.     ParentFont = False
  166.     ParentShowHint = False
  167.     ShowHint = True
  168.     TabOrder = 7
  169.   end
  170.   object txtHSpace: TMaskEdit
  171.     Left = 64
  172.     Top = 157
  173.     Width = 65
  174.     Height = 21
  175.     Hint = 'Extra horizontal space'
  176.     Font.Color = clBlack
  177.     Font.Height = -11
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = []
  180.     MaxLength = 0
  181.     ParentFont = False
  182.     ParentShowHint = False
  183.     ShowHint = True
  184.     TabOrder = 9
  185.   end
  186.   object txtVSpace: TMaskEdit
  187.     Left = 177
  188.     Top = 157
  189.     Width = 64
  190.     Height = 21
  191.     Hint = 'Extra vertical space'
  192.     Font.Color = clBlack
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = []
  196.     MaxLength = 0
  197.     ParentFont = False
  198.     ParentShowHint = False
  199.     ShowHint = True
  200.     TabOrder = 10
  201.   end
  202.   object txtWidth: TMaskEdit
  203.     Left = 64
  204.     Top = 129
  205.     Width = 65
  206.     Height = 21
  207.     Hint = 'Width in units'
  208.     Font.Color = clBlack
  209.     Font.Height = -11
  210.     Font.Name = 'MS Sans Serif'
  211.     Font.Style = []
  212.     MaxLength = 0
  213.     ParentFont = False
  214.     ParentShowHint = False
  215.     ShowHint = True
  216.     TabOrder = 6
  217.   end
  218.   object cmbCode: TComboBox
  219.     Left = 64
  220.     Top = 16
  221.     Width = 303
  222.     Height = 21
  223.     Hint = 'The name of the file'
  224.     Font.Color = clBlack
  225.     Font.Height = -11
  226.     Font.Name = 'MS Sans Serif'
  227.     Font.Style = []
  228.     ItemHeight = 13
  229.     ParentFont = False
  230.     ParentShowHint = False
  231.     ShowHint = True
  232.     Sorted = True
  233.     TabOrder = 0
  234.   end
  235.   object cmbCodeBase: TComboBox
  236.     Left = 64
  237.     Top = 44
  238.     Width = 303
  239.     Height = 21
  240.     Hint = 'The base URL of the applet'
  241.     Font.Color = clBlack
  242.     Font.Height = -11
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = []
  245.     ItemHeight = 13
  246.     ParentFont = False
  247.     ParentShowHint = False
  248.     ShowHint = True
  249.     Sorted = True
  250.     TabOrder = 2
  251.   end
  252.   object bbtnCodeBaseURL: TBitBtn
  253.     Left = 373
  254.     Top = 40
  255.     Width = 77
  256.     Height = 27
  257.     Hint = 'Open the URL Builder'
  258.     Caption = 'URL'
  259.     ParentShowHint = False
  260.     ShowHint = True
  261.     TabOrder = 3
  262.     OnClick = bbtnCodeBaseURLClick
  263.     Glyph.Data = {
  264.       42010000424D4201000000000000760000002800000012000000110000000100
  265.       040000000000CC00000000000000000000000000000000000000000000000000
  266.       80000080000000808000800000008000800080800000C0C0C000808080000000
  267.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  268.       7777070000007777777777777770000000000000000000007700070000000FFF
  269.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  270.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  271.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  272.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  273.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  274.       777777000000}
  275.   end
  276.   object bbtnCodeURL: TBitBtn
  277.     Left = 373
  278.     Top = 12
  279.     Width = 77
  280.     Height = 27
  281.     Hint = 'Open the URL Builder'
  282.     Caption = 'URL'
  283.     ParentShowHint = False
  284.     ShowHint = True
  285.     TabOrder = 1
  286.     OnClick = bbtnCodeURLClick
  287.     Glyph.Data = {
  288.       42010000424D4201000000000000760000002800000012000000110000000100
  289.       040000000000CC00000000000000000000000000000000000000000000000000
  290.       80000080000000808000800000008000800080800000C0C0C000808080000000
  291.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  292.       7777070000007777777777777770000000000000000000007700070000000FFF
  293.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  294.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  295.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  296.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  297.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  298.       777777000000}
  299.   end
  300.   object Ok: TBitBtn
  301.     Left = 214
  302.     Top = 196
  303.     Width = 77
  304.     Height = 25
  305.     Hint = 'Insert standard <IMG> tag'
  306.     Caption = 'Ok'
  307.     Default = True
  308.     ModalResult = 1
  309.     TabOrder = 11
  310.     NumGlyphs = 2
  311.     Spacing = -1
  312.     IsControl = True
  313.   end
  314.   object Cancel: TBitBtn
  315.     Left = 298
  316.     Top = 196
  317.     Width = 77
  318.     Height = 25
  319.     Cancel = True
  320.     Caption = 'Cancel'
  321.     ModalResult = 2
  322.     TabOrder = 12
  323.     NumGlyphs = 2
  324.     Spacing = -1
  325.     IsControl = True
  326.   end
  327.   object Help: TBitBtn
  328.     Left = 382
  329.     Top = 196
  330.     Width = 77
  331.     Height = 25
  332.     HelpContext = 1
  333.     Caption = 'Help'
  334.     TabOrder = 13
  335.     OnClick = HelpClick
  336.     NumGlyphs = 2
  337.     Spacing = -1
  338.     IsControl = True
  339.   end
  340.   object txtName: TEdit
  341.     Left = 64
  342.     Top = 72
  343.     Width = 303
  344.     Height = 21
  345.     Hint = 'A name for the applet instance'
  346.     ParentShowHint = False
  347.     ShowHint = True
  348.     TabOrder = 4
  349.   end
  350.   object txtAlt: TEdit
  351.     Left = 64
  352.     Top = 100
  353.     Width = 303
  354.     Height = 21
  355.     Hint = 
  356.       'Parsed character data to be displayed if the brower understands ' +
  357.       'the APPLET tag but can'#39't/won'#39't run them'
  358.     ParentShowHint = False
  359.     ShowHint = True
  360.     TabOrder = 5
  361.   end
  362. end
  363.